home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / cdutil.zip / CDUTILS.DOC < prev   
Text File  |  1991-11-02  |  7KB  |  135 lines

  1.  
  2.                                                                CDUTILS.DOC
  3.                                                                page 1 of 3
  4.  
  5. CDUTILS.DOC
  6. ===========
  7. CDD.COM and CDSET.EXE are programs developed by Avanti Technology, Inc.
  8. 13740 Research Blvd., #R-1, Austin, TX  78750  -  800/AVANTI-4 (282-6844)
  9. (+1)512/335-1168  -  fax (+1)512/335-7838  -  CompuServe: 76517,3117
  10. (c)1990-91 - All Rights Reserved.  They are designed for use with batch files
  11. and/or menu systems in order to facilitate greater user access control.
  12.  
  13. These utilities may be used without obligation of license fee or royalty
  14. provided that they are not sold, bartered, traded, transferred, or used in
  15. any fashion for the financial gain of any person or entity other than
  16. Avanti Technology, Inc.  Any decompilation, disassembly, reverse engineering,
  17. or other such attempts to reconstruct or duplicate the logic of the
  18. programs is expressly forbidden.  Avanti Technology, Inc. specifically
  19. retains all rights of ownership, title, and copyright to the programs and
  20. reserves the right to withdraw permission for further use from anyone or
  21. entity caught failing to respect Avanti's interest in these programs.
  22.  
  23.  
  24.                                                                CDUTILS.DOC
  25.                                                                page 2 of 3
  26.  
  27. CDD Usage:
  28. ==========
  29. CDD.COM is an enhanced version of the DOS 'CD' command.  CDD not only provides
  30. the capability to change subdirectories but to also change drives, NetWare File
  31. Servers and Volumes.  The only qualification for changing to a different drive,
  32. subdirectory or NetWare File Server/Volume is that:
  33.  
  34.      1).  The drive & directory must exist as specified (under NetWare, the
  35.           specified drive must be a valid mapped drive although it does
  36.           not have to be mapped to the specified File Server or Volume).
  37.      2).  The user must have valid access rights.
  38.      3).  If a NetWare File Server or Volume is specified, the user must
  39.           already have ATTACHed to the associated File Server.  However,
  40.           the specified File Server and/or Volume does not need to have
  41.           already been mapped.
  42.  
  43. Examples:
  44.  
  45. Command line           Resulting destination        Server/Vol (NetWare drives)
  46. ------------           ---------------------        ---------------------------
  47. CDD \PROG              \PROG (current drive)        (current, if network drive)
  48. CDD C:\PROG            C:\PROG                      (current, if network drive)
  49. CDD J:SYS:\PROG        J:\PROG                      volume SYS:, current server
  50. CDD X:FS1\SYS1:\PROG   X:\PROG                      volume SYS1: on FS1 server
  51.  
  52.       (Note: For NetWare network drive specifications, forward or backward
  53.              slash separators may be used and a leading separator is not
  54.              required between volume name and first subdirectory entry.)
  55.  
  56.  
  57. CDSET Usage:
  58. ============
  59. CDSET.EXE was designed as a compliment to CDD.COM.  CDSET provides the
  60. capability to store the current drive and directory (plus File Server name
  61. and Volume, if on a NetWare network drive) in the User's Environment Table
  62. (UET) as the default variable HOME or some other specified UET variable name.
  63.  
  64. Examples:  Current directory        Command line      Resulting UET entry
  65.            -----------------        ------------      -------------------
  66.            C:\           (local)    CDSET             HOME=C:\
  67.            D:\DIR        (local)    CDSET TEST        TEST=D:\DIR
  68.            M:\HOME (on FS1/SYS:)    CDSET USERHOME    USERHOME=M:FS1/SYS:HOME
  69.  
  70.  
  71. CDD.COM and CDSET.EXE could be used as follows in either batch files or menus:
  72.  
  73. D:\HOME\USER>CDSET                        (SYS:HOME\USER is the starting point)
  74. D:\HOME\USER>CDD SYS1:LOTUS\123           (change the volume & subdirectory)
  75. D:\LOTUS\123>123                          (the desired program can then be run)
  76. D:\LOTUS\123>CDD %HOME%                   (DOS inserts the UET HOME= value)
  77. D:\HOME\USER>                             (the user returns to SYS:HOME/USER)
  78.  
  79.  
  80.                                                                CDUTILS.DOC
  81.                                                                page 3 of 3
  82.  
  83. HELP:
  84. ====
  85. The following help screens are accessed by entering a question mark (?) on
  86. the command line (Note: CDD will automatically bring up the help screen if
  87. no parameters are specified on the command line.)
  88.  
  89. CDD.COM:
  90. ========
  91. CDD v1.1   - Change Drive & Directory      (c)1990-91 Avanti Technology, Inc.
  92. SN# Comp. Copy    800/AVANTI-4 (282-6844)  512/335-1168   CompuServe 76517,3117
  93.  
  94. Identical to DOS' CD/CHDIR command except that a drive may be specified.
  95. CDD will attempt to change to the drive &/or directory (including Server
  96. and volume name, if supplied).  Sufficient rights and a valid destination
  97. are required for success (existing Drive/Subdirectory or Drive/Server
  98. attachment, valid volume, and access permission).
  99.  
  100. Examples:              Destination D:\DIR   Server/Vol: (NetWare drives)
  101. ---------              ------------------   ----------------------------
  102. CDD \PROG              \PROG (same drive)   (unchanged, if on network)
  103. CDD C:\PROG            C:\PROG              (unchanged, if on network)
  104. CDD J:SYS:\PROG        J:\PROG              volume SYS: (server unchanged)
  105. CDD X:FS1\SYS1:\PROG   X:\PROG              volume SYS1: on FS1 server
  106.  
  107. Avanti also offers network management tools for Novell NetWare based nets:
  108.      NetAlarm - 6Kb network monitor TSR (detect/log/alert F/S anomalies)
  109.      NetTrack - Network/Server base-line sampling utility (with logging)
  110.      NetScope - Real-time, on-line IPX/SPX/NCP protocol analysis (11/91)
  111.  
  112.  
  113. CDSET.EXE:
  114. ==========
  115. CDSET v1.1 - Current Directory SET utility (c)1990-91 Avanti Technology, Inc.
  116. SN# Comp. Copy    800/AVANTI-4 (282-6844)  512/335-1168   CompuServe 76517,3117
  117.  
  118. CDSET will retrieve the current DOS drive and subdirectory information
  119. then insert it into the User's Environment Table (UET).  The user may
  120. specify a UET variable name, otherwise the default "HOME" will be used.
  121. This program is NetWare aware and compliments CDD for batch/menu control.
  122.  
  123. Examples:  Current directory        Command line    Resulting UET entry
  124.            -----------------        ------------    -------------------
  125.            C:\        (local)       CDSET           HOME=C:\
  126.            D:\DIR     (local)       CDSET TEST      TEST=D:\DIR
  127.            M:\HOME (on FS1/SYS:)    CDSET HOMEDIR   HOMEDIR=M:FS1/SYS:HOME
  128.  
  129. Avanti also offers network management tools for Novell NetWare based nets:
  130.      NetAlarm - 6Kb network monitor TSR (detect/log/alert F/S anomalies)
  131.      NetTrack - Network/Server base-line sampling utility (with logging)
  132.      NetScope - Real-time, on-line IPX/SPX/NCP protocol analysis (11/91)
  133.  
  134.  
  135.